home *** CD-ROM | disk | FTP | other *** search
- // BuzzParameterEnveloppeTime.h: interface for the BuzzParameterEnveloppeTime class.
- //
- //////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_BuzzParameterEnveloppeTime_H__19CF9763_6FC9_47CC_914B_71D208757F04__INCLUDED_)
- #define AFX_BuzzParameterEnveloppeTime_H__19CF9763_6FC9_47CC_914B_71D208757F04__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #include <stdlib.h>
- #include <time.h>
- #include <math.h>
- #include <string.h>
- #include <windows.h>
- #include "../mdk.h"
- #include "BuzzParameter.h"
-
- class BuzzParameterEnveloppeTime : public BuzzParameter<word,float>
- {
- public:
- BuzzParameterEnveloppeTime();
- virtual ~BuzzParameterEnveloppeTime();
-
- static word MIN_SLIDER_VALUE;
- static word MAX_SLIDER_VALUE;
- static word UNCHANGED_SLIDER_VALUE;
- static word INIT_SLIDER_VALUE;
-
- static float MIN_REAL_VALUE;
- static float MAX_REAL_VALUE;
-
- virtual void compute();
- virtual char const * toString(word const value);
- };
-
- #endif // !defined(AFX_BuzzParameterEnveloppeTime_H__19CF9763_6FC9_47CC_914B_71D208757F04__INCLUDED_)
-